Minor tidy-up in plugin documentation Change-Id: Ifcc18420062bf5fadb1837d43b93b7be6cc1f89e 
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index babd9b3..396e8e4 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt 
@@ -683,7 +683,7 @@  "Bonjour François from change 1, patch set 1!"  ====   -Special case is to bind an endpoint without view name. This is +A special case is to bind an endpoint without a view name. This is  particularly useful for DELETE requests:    [source,java] @@ -702,8 +702,9 @@  }  ----   -For an `UiAction` bound this way JS API function can be provided. -Currently only one restriction exists: per plugin only one UiAction +For a `UiAction` bound this way, a JS API function can be provided. + +Currently only one restriction exists: per plugin only one `UiAction`  can be bound per resource without view name. To define a JS function  for the `UiAction`, "/" must be used as the name: